home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19950726-19950929 / 000014_news@columbia.edu_Wed Jul 26 20:05:38 1995.msg < prev    next >
Internet Message Format  |  1995-12-25  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA29636
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Fri, 28 Jul 1995 04:56:12 -0400
  3. Received: by apakabar.cc.columbia.edu id AA04352
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Fri, 28 Jul 1995 04:56:11 -0400
  5. Path: news.columbia.edu!news.cs.columbia.edu!pipeline!newsjunkie.ans.net!howland.reston.ans.net!news-e1a.megaweb.com!newstf01.news.aol.com!uunet!in2.uu.net!ftpbox!mothost!mdisea!mmddvan!usenet
  6. From: Mike Kreykenbohm <krey@columbia.edu>
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Kermit between Linux and wood working equipment
  9. Date: 26 Jul 1995 20:05:38 GMT
  10. Organization: Motorola - Wireless Data Group; Richmond, BC
  11. Lines: 19
  12. Distribution: na
  13. Message-Id: <3v676i$5jp@mmddvan.mdd.comm.mot.com>
  14. Nntp-Posting-Host: df16h.mdd.comm.mot.com
  15. Mime-Version: 1.0
  16. Content-Type: text/plain; charset=us-ascii
  17. Content-Transfer-Encoding: 7bit
  18. X-Mailer: Mozilla 1.1N (X11; I; SunOS 4.1.3C sun4m)
  19. X-Url: news:comp.protocols.kermit.misc
  20. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  21.  
  22. I am working at establishing a server on Linux that is capable to handle
  23. a Multi bore Wood Panel Drilling equipment as a Kermit client. The equipment
  24. interfaces to MS-DOS Kermit without problems, but I am unable to get it
  25. to read or write files to the Kermit Server on Linux correctly.
  26.  
  27. 2 problems:
  28. 1) the drilling machine executes the command /bin/ls .\*.ATR when it
  29.    is in unix mode (Yes the slash is backwards) and linux can not find any
  30.    appropriate files. The machine works fine in Dos mode with a Dos server.
  31.  
  32. 2) Files sent by the drill to the Linux server have the correct name, but
  33.    the file contains many character zeros, some correct data.
  34.  
  35. The manuacturer of the drill equipment says I should be using a DOS 
  36. compatible version of kermit version 3.1 . 
  37.  
  38. Does anyone know the settings that would make the server work the same
  39. as a DOS server.
  40.